home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
devel
/
lisp
/
akcl_1_6.z
/
akcl_1_6
/
xbin
/
relink-files
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-07-02
|
244 b
|
14 lines
#!/bin/sh
# Normally akcl is distributed with only V/ files.
# if it has not yet been done so establish the links from this to
# the main kcl directory
if [ ! -f c/print.d ] ;
then xbin/relink-script $1 `pwd` $2
make clean
else true
fi